.wrapperss {
  max-width: 99%;
  margin: 1em auto;
  background-color: #635A58;
  box-shadow: 0 18px 22px 0 #02e4eb;
  border-radius: 5px;
}

.col10,
.col20, 
.col30 {
	background-color: #DFE3F7;
	color: #030121;
	font-size: 97.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 1%;
	text-align: Left;
	font-family:Calibri;
	border-radius: 8.5px;
}
.col10 {
	width: 100%;
}
.col20 {
	width: 100%;
}
.col30 {
	width: 100%;
	padding-top: 10%;
}
.col20 img {
	width: 160px;
	cursor: pointer;
}
 .col30 a {
	text-decoration: none;
	color:#030121;;
	-webkit-transition: all .25s ease-in-out;
    transition: all .25s ease-in-out
}
.col30 a:hover {
	text-decoration: none;
	color:#AB0707;
	font-size: 16px;
}
.col10 img {
	width: 100%;
	padding: 2.5px;
	display:inline-block;
	border: 0.5px solid grey;
	cursor: pointer;
}
.col10  img:hover {
	/* opacity: 0; */
}
	
@media screen and (width >= 760px) {
  .wrapperss {
    display: grid;
    grid-template-columns: 1fr 2fr 3fr;
    column-gap: 1%;
  }

}
@media only screen and (max-width: 880px) {	
	.wrapperss {
		max-width: 90%;
		margin: 1em auto;
		
	}
.col10,
.col20, 
.col30 {
	background-color: #DFE3F7;
	color: #030121;
	font-size: 80.5%;
	padding-left: 1.5%;
	padding-right: 1.5%;
	padding-top: 1%;
	text-align: Left;
}
	.col10 {
		width: 100%;
	}
	.col20 {
		width: 100%;
	}
	.col30 {
		width: 100%;
		padding-top: 0%;
	}
}

/*######################################
		company Dialog Button
######################################*/
#myBtn a{
text-decoration: none;
} 
#myBtn{
	text-decoration: none;
	font-size: 12px;
	color: white;
	background: #0f1423;
	padding: 8px 14px; /* Some padding */
	border-radius: 5px;
	display: inline-block;
	position: relative;
	overflow: hidden;
	text-transform: uppercase;
	width: 80%;
	margin-bottom: 3px;
	cursor: pointer:
}

#myBtn:hover{
	box-shadow: 0 8px 12px 0 rgba(2,2,2,2.2);
	color: #0f1423;
	font-weight: bolder;
	background-color: #b1d4e0;
	cursor: pointer:
}
#myBtn a:hover{
	
	
}


/*######################################
		Pictures Display PLOT 1
######################################*/
.sidenav {
  height: 100%;
  width:  0%; /* Hidden by default */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
    background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 1.5s; /* Smooth transition */
  padding-top: 60px;
}


.sidenav img{
	padding: 8px;
	display: block;
	transition: 0.3s;
	width: 80%;
}

.sidenav h1 {
  text-decoration: none;
  font-size: 25px;
  color: white;
  margin-top: -85.2px; 
}

.sidenav a:hover {
  color: red;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 26px;
  margin-left: 10px;
   position: sticky;
   color: white;
}

.sidenav .closebtn {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 26px;
  margin-left: 10px;
   position: sticky;
   color: white;
}

/*######################################
		Pictures Display PLOT 2
######################################*/
.sidenav2 {
  height: 100%;
  width:  0%; /* Hidden by default */
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  background-color: #111;
    background-color: rgb(0,0,0);
  background-color: rgba(0,0,0, 0.9);
  overflow-x: hidden;
  transition: 1.5s; /* Smooth transition */
  padding-top: 60px;
}


.sidenav2 img{
	padding: 8px;
	display: block;
	transition: 0.3s;
	width: 80%;
}

.sidenav2 h1 {
  text-decoration: none;
  font-size: 25px;
  color: white;
  margin-top: -85.2px; 
}

.sidenav2 a:hover {
  color: red;
}

.sidenav2 .closebtn2 {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 26px;
  margin-left: 10px;
   position: sticky;
   color: white;
}

.sidenav2 .closebtn2 {
  position: absolute;
  top: 0;
  right: 25px;
  font-size: 26px;
  margin-left: 10px;
   position: sticky;
   color: white;
}

/*######################################
			Square Box
#######################################*/
.SquareBoxTop {
	font-family:Calibri;
	margin: auto;
	margin-left: 2%;
	margin-bottom: 20px; 
	border-radius: 5px;
	padding: 10px;
	width: 22%; 
	text-align: LEFT; 
	color: #b1d4e0; 
	font-size: 13.5px; 
	float: left; 	
	display: table; 
    box-sizing: border-box;
	box-shadow: 0 16px 22px 0 rgba(2,2,2,2.2);
	background-image: url("Pic Backgound/SqaureTop.jpg");
}

.SquareBoxTop p{
	margin-left:5px;
	line-height: 35px;
}

.SquareBoxTop span{
	margin-left:5px;
	line-height:22px;
	text-align: LEFT; 
	color: grey; 
	font-size: 13.5px; 
}
.SquareBoxTop1 img{
	width: 100%; 
	position: relative;
}
.SquareBoxTop1 a:hover {
	color: red;
	opacity: 0.5; 
	box-shadow: 0 8px 12px 0 rgba(2,2,2,2.2);
	font-weight: bolder;
}
.SquareBoxTop1 {
	font-family:Calibri;
	margin: auto;
	margin-left: 3.5%;
	margin-bottom: 52px; 
	border-radius: 0.2px;
	padding: 1.5px;
	width: 15%; 
	text-align: center; 
	color: #1C165E; 
	font-size: 25.5px; 
	float: left; 	
	display: table; 
    box-sizing: border-box;
	box-shadow: 0 16px 22px 0 rgba(2,2,2,2.2);
	 background: white;
}
@media screen and (max-width: 880px) {
	.SquareBoxTop {
		margin-left: 3.5%;
		margin-bottom: 50px; 
		padding: 5px;
		width: 92%; 
	}
	.SquareBoxTop1 {
		margin-left: 3.5%;
		margin-bottom: 50px; 
		padding: 5px;
		width: 45%; 
	}
	.SquareBoxTop p{
		margin-left:5px;
		line-height: 20px;
		text-align: center;
	}
}

.RELATED {
	margin-top: 20px;
	background-color: white;
	color: black;
}



/* Start :: Social Icons
===========================*/
.sticky-container {
  padding: 0px;
  margin: 0px;
  position: fixed;
  right: -124px;
  top: 230px;
  width: 206px;
  z-index: 1100;
  font-family: 'Lato', sans-serif;
}
.sticky li {
  list-style-type: none;
  border-radius: 30px;
  height: 48px;
  padding: 5px 5px 0px 5px;
  margin: 15px 0px 15px -1px;
  -webkit-transition: all 0.25s ease-in-out;
  -moz-transition: all 0.25s ease-in-out;
  -o-transition: all 0.25s ease-in-out;
  transition: all 0.25s ease-in-out;
  cursor: pointer;
  background: #fff;
  box-shadow: 0 0 7px 0 #d5d5d5;
}
.sticky li:hover {
  margin-left: -115px;
}

.sticky  img{
	width:50px;
	float: left;
	padding:4px;
	margin-top: -10.5px;
	margin-left: -7px;
}

.sticky li p {
  padding-top: 5px;
  margin: 0px;
  line-height: 16px;
  font-size: 14px;
  float: left;
}
.sticky li p a {
  text-decoration: none;
  color: #333;
  font-size: 14px;
}
.sticky li p a:hover {
  color: #222;
}
/* end :: Social Icons
========================*/